FE-1403: Assemble and test the CPS interview guidance - #9321
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
PR SummaryLow Risk Overview The spec defines six mechanism-typed cards (five CPS-domain, one envelope-generic) plus status/grade and respectful-close fragments. Cards react to completion diagnostics only—they do not detect gaps, adjudicate completion, or treat interviewer-authored text as user evidence. A candidate disposition table in the replay records what was omitted (redundant instinct, untestable-at-desk, superseded by completion machinery, etc.). The replay claims desk discrimination only: per-card prefix firings, expected evidence deltas, positive deactivation boundaries (e.g. C2 order-release at
Reviewed by Cursor Bugbot for commit 3e79463. Bugbot is set up for automated code reviews on this repo. Configure here. |
1eb01e8 to
a8dca9e
Compare
b39783b to
9317252
Compare
a8dca9e to
6e0b21f
Compare
9317252 to
218a334
Compare
b708812 to
8cc1c6e
Compare
Merge activity
|
Assemble six mechanism-typed guidance cards and two fragments, then replay them against both FE-1361 transcripts with clause-level firings, deactivations, dispositions, and predictive limits. Review dispositions: correct Q01/GEN timing and grades, align split artifacts with elicited ranges, retain conflict-rule probing, subtract machinery-redundant branch clarification, and carry the singular firesWhen authoring seam explicitly to FE-1431. Verified: lint, typecheck, 128 unit tests, build, docs-index/link checks, reversible diff; contract, replay, and legibility reviews PASS.
8cc1c6e to
3e79463
Compare

🌟 What is the purpose of this PR?
The Brunch interviewer needs guidance on what to ask a process expert and when. This pull request lands the first draft of that guidance as six mechanism-typed "cards" and two hint fragments, replayed by hand against both baseline transcripts to see when each card would fire and what evidence it would add. The cards were tagged as domain-specific; the strategy pivot later in this stack (S-007, ADR-0006) found that they are in fact kind-level and lifted them into the SDCPN plugin file as patterns P01–P05 and P12 and as interviewing moves. This branch is the record of the cards and the replay.
🔗 Related links
docs/specs/cps-interview-guidance.md(moved in FE-1404 todocs/archive/specs/cps-interview-guidance-2026-08-25.mdwith a banner recording the card→pattern mapping)docs/evidence/proofs/design/cps-interview-guidance-desk-replay.md; plain rendering:docs/evidence/proofs/design/cps-interview-guidance-plain.mddocs/specs/sdcpn-plugin.md(FE-1404 branch), sectionsPatternsandMoves🚫 Blocked by
🔍 What does this change?
Adds the guidance specification, a two-transcript desk replay, and a plain-language rendering; amends
plugin-contract.md. Each card names the mechanism it targets, the situation that fires it, the question it asks, and the evidence it expects; the replay records clause-level firings, deactivations, dispositions, and the limits of predicting from two transcripts.🏗️ Agent notes
Stacked as
#9311→#9312→#9313→ #9319 → #9320 → this branch → #9322.Commit
1eb01e81addocs(brunch-agent): test CPS interview guidanceStatus under S-007
Reclassified 2026-08-25 as test-bed material. Mapping recorded in the archive banner and on FE-1403: CPS-Q01–Q05 → P01–P05; GEN-Q02 →
Moves, construct step 3; HINT-STATUS-GRADE → the precision-versus-source rule and P12; HINT-RESPECTFUL-CLOSE →Moves, construct step 6. Thedomaintag was a mis-tag: no card names the coatings plant. The singularfiresWhenauthoring seam carried to FE-1431 dissolved there (thewhencolumn ofPatternsis prose).Verification at authoring
Lint, typecheck, 128 unit tests, build, docs-index and link checks; contract, replay, and legibility reviews passed. Re-verified at the stack tip: 182/182 core tests.
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
Reviewed on its own,
docs/specs/cps-interview-guidance.mdreads as an active spec; the FE-1404 branch archives it. Read the top of the stack for the current placement of each card.🐾 Next steps
FE-1406 lifts the harness-generic patterns (P06, P09–P12) out of the plugin file after the skeleton runs.
🛡 What tests cover this?
packages/core/test/architecture/docs-index.test.ts— index rows and relative links.❓ How to test this?
docs/evidence/proofs/design/cps-interview-guidance-desk-replay.mdagainst the two baseline transcripts.npx vitest runinpackages/core.📹 Demo
Documentation only.